home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / CIIGSIncludes / String.h < prev    next >
Encoding:
Text File  |  1990-04-01  |  275 b   |  19 lines  |  [TEXT/MPS ]

  1. /*
  2.  * Copyright Apple Computer Inc. 1987
  3.  * All rights reserved
  4.  */
  5.   
  6. char *strcat();
  7. char *strncat();
  8. int strcmp();
  9. int strncmp();
  10. char *strcpy();
  11. char *strncpy();
  12. int strlen();
  13. char *strchr();
  14. char *strrchr();
  15. char *strpbrk();
  16. int strspn();
  17. int strcspn();
  18. char *strtok();
  19.